home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Applications / Gnuplot 3.5 / source / contour.proto.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-11  |  172 b   |  6 lines  |  [TEXT/R*ch]

  1.  
  2. /* contour.c */
  3. struct gnuplot_contours *contour(int, struct iso_curve *, int, int, int, int, int, double *);
  4. int add_cntr_point(double, double);
  5. int end_crnt_cntr(void);
  6.